Previous topicNext topic
Help > The PowerBASIC Integrated Development Environment >
Toolbar Buttons

NewFile

Create a new empty document (file) in the editor.

OpenFile

Use the Open File dialog box to load an existing document.

SaveFile

Save the current document if it has been modified and unsaved.

PrintFile

Print the current document to a printer.

Cut

Cut the selected text from the document to the clipboard.

Copy

Copy the selected text from the document to the clipboard.

Paste

Copy the text from the clipboard into the current document.

Find

Search the current document for a word or phrase. See Find dialog for more information.

Replace

Search the current document for a word or phrase and replace it. See Replace dialog for more information.

Compile

Compile the current source document (or Primary Source File if specified).

Execute.

Compile and Execute the current (or Primary) source document

Debug

Compile and Debug the current (or Primary) source document.

GotoLine

Launch the Go to Line dialog to jump to a specific line in the current document.

CodeFinderBtn

Launch the Code Finder dialog, which presents a list of Subs, Functions, Methods, Properties, and Macros in current document, to quickly jump to a selected section of code.

Website

Launches the PowerBASIC web site.

Help

Display the PowerBASIC or the WIN32.HLP file.

 

See Also

Debugger Toolbar Buttons

The PowerBASIC User Interface

Editor Hot Keys